Process Shipment
Shipments
Process Shipment
Processes a Shipment, specified by its id path parameter, in the “new” status so that it is reserved
to specific stock locations and is ready to be picked.
POST
Process Shipment
Authorizations
Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.
Path Parameters
The id of the referenced Shipment.
Required range:
x >= 1Body
application/json
Optionally specify the exact locations to which the shipment items should be reserved.
Response
OK - The operation completed successfully and there is no response body.